services.redis.servers.<name>.slaveOf

IP and port to which this redis instance acts as a slave.

Type
null or (submodule)
Default
null
Example
{
  ip = "192.168.1.100";
  port = 6379;
}
Declared
<nixpkgs/nixos/modules/services/databases/redis.nix>